home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / MacWT 0.9 / Worlds / Open Field < prev    next >
Encoding:
Text File  |  1995-05-05  |  1.1 KB  |  32 lines  |  [TEXT/McWt]

  1.  
  2. ; textures
  3. ; -----------------------------------------------------------------
  4. ;       Name         File         
  5. ; -----------------------------------------------------------------
  6. texture turf        turf.pictr        ; t0
  7. texture sky            Sky.pictr        ; t1
  8.  
  9. ; ------------------------------------------------------------------
  10. ;       X-pos  Y-pos    Index
  11. ; ------------------------------------------------------------------
  12. vertex  -55    -55        ; v0
  13. vertex  -55    55        ; v1
  14. vertex  55     55        ; v2
  15. vertex  55     -55        ; v3
  16.  
  17.  
  18. ; ------------------------------------------------------------------
  19. ;      yFloor  yCeil textureFloor textureCeil                  Index
  20. ; ------------------------------------------------------------------
  21. region 0         100      turf         sky                           ; r0
  22. region 100         100      turf        sky                           ; r1
  23.  
  24. ; ------------------------------------------------------------------
  25. ;       vLeft vRight textureWall  rFront  rBack Scale Offset   Index
  26. ; ------------------------------------------------------------------
  27. wall    1        0        sky            0        1    .1        1    0    0
  28. wall    2        1        sky            0        1    .1        1    0    0
  29. wall    3        2        sky            0        1    .1        1    0    0
  30. wall    0        3        sky            0        1    .1        1    0    0
  31.  
  32.